home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / misc / edu / tmaker.lha / tmaker / Install < prev    next >
Encoding:
Text File  |  2002-06-06  |  622 b   |  38 lines

  1. ;*
  2. ;* Install script for TMaker 0.04
  3. ;*  
  4. ;* Made by GumBoy
  5. ;*
  6.  
  7. (complete 0)
  8.  
  9. ;*** Directory Select ***
  10.  
  11. (complete 50)
  12.  
  13. (set idir
  14.   (askdir
  15.     (prompt "Where do you want to install TMaker?"
  16.             "\nNew directory called TMaker will be created.")
  17.     (help "New directory called TMaker will be created will be created in the place you choose.")
  18.     (default "Sys:")
  19.   )
  20. )
  21.  
  22. (complete 60)
  23.  
  24. (copyfiles
  25.   (source "InstallData/")
  26.   (dest idir)
  27.   (pattern "#?")
  28. )
  29.  
  30. (complete 75)
  31. (complete 100)
  32.  
  33.  
  34. (exit "\nInstallation process acomplished successfuly!\n\n(c) Marcin GumBoy Graziowski 2002\n"
  35. "sirhaker@interia.pl"
  36. "\n\n"
  37. )
  38.